MyDAC

TMyDumpOptions Properties

Properties of the TMyDumpOptions class.

For a complete list of the TMyDumpOptions class members, see the TMyDumpOptions Members topic.

Published

Name Description

AddDrop (inherited from TDADumpOptions)

Used to add drop statements to a script before creating statements.

AddLock

Used to execute LOCK TABLE before data insertion.

CommitBatchSize

Used to add COMMIT statement to script after inserting every CommitBatchSize strings when dumping table data.

CompleteInsert (inherited from TDADumpOptions)

Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.

DisableKeys

Allows disabling keys check when inserting records.

GenerateHeader (inherited from TDADumpOptions)

Used to add a comment header to a script.

HexBlob

Used to present BLOB values in hexdecimal notation.

InsertType

Used to specify the method of rows insertion into a table.

QuoteNames (inherited from TDADumpOptions)

Used for TDADump to quote all database object names in generated SQL statements.

UseDelayedIns

Set to use INSERT DELAYED.

UseExtSyntax

Set to use extended syntax of INSERT on data insertion.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback